home *** CD-ROM | disk | FTP | other *** search
- property psp_mysprite, pi_myheight, pi_mywidth
- global gl_shownadvertsStill, nextvideolist
-
- on beginSprite me
- psp_mysprite = sprite(me.spriteNum)
- pi_myheight = psp_mysprite.height
- pi_mywidth = psp_mysprite.width
- end
-
- on initstill me
- nextstilllist = nextvideolist
- psp_mysprite.member = nextstilllist.stillname
- psp_mysprite.height = pi_myheight
- psp_mysprite.width = pi_mywidth
- sendAllSprites(#initbannerad, nextstilllist.banner)
- end
-
- on getPropertyDescriptionList me
- return [#myproperty: [#comment: "comment:", #format: #float, #range: [#min: 0, #max: 180], #default: 10]]
- end
-